home *** CD-ROM | disk | FTP | other *** search
/ Fighting Force - Digital Press Kit (Europe) / Fighting Force - Digital Press Kit (Europe).bin / pc / eidos2.dxr / 00184.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  163 b   |  13 lines

  1. on selectlan
  2.   global lan
  3.   if lan = "e" then
  4.     goenglish()
  5.   end if
  6.   if lan = "f" then
  7.     gofrench()
  8.   end if
  9.   if lan = "g" then
  10.     gogerman()
  11.   end if
  12. end
  13.